home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / tqs / PROGRAMS.SHR / QOVRLORD.M50 < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.2 KB  |  99 lines

  1. rem ╔═══════════════════════════════════════════════════════════════════════╗
  2. rem ║               FLCS MACRO DEFINITION FILE TEMPLATE                     ║
  3. rem ║ Macro Definition File For:___________________________________________ ║
  4. rem ║                                                                       ║
  5. rem ║ Created By:__________________________________________Date:___________ ║
  6. rem ║                                                                       ║
  7. rem ║ Load this file when creating a macro definition file for your flight  ║
  8. rem ║ simulator. Remember, there is a 400 line limit to M50 files!          ║
  9. rem ╚═══════════════════════════════════════════════════════════════════════╝
  10. rem DELETE ANY UNUSED COMMANDS AND USE SAVE_AS TO SAVE UNDER A DIFFERENT NAME
  11. ~╔═════════════════╗
  12. ~║THROTTLE CONTROLS║
  13. ~╚═════════════════╝
  14. RpmReduceSmall = -
  15. RpmIncreaseSmall = =
  16. RpmReduceDouble = SFT -
  17. RpmIncreaseDouble = SFT =
  18. RpmReduceLarge = KP-
  19. RpmIncreaseLarge = KP+
  20. RpmReduceNormal = SFT KP-
  21. RpmIncreaseNormal = SFT KP+
  22.  
  23. ~
  24. ~╔═════════════════╗
  25. ~║TAKEOFF & LANDING║
  26. ~╚═════════════════╝
  27. GearUpDown = g
  28. GearUnjam = CTL g
  29. FlapsUpDown = f
  30. WheelBrakesOnOff = w
  31. ~
  32. ~
  33. ~
  34. ~
  35. ~
  36. ~╔══════════════╗
  37. ~║VIEW COMMANDS ║
  38. ~╚══════════════╝
  39. RearCockpit = 5
  40. FrontCockpit = 7
  41. LeftCockpit = 6
  42. RightCockpit = 8
  43. RearMirror = [
  44. LookForward = ]
  45. InsideLock = BSP
  46. OutsideLock = ENT
  47. ImpactView = z
  48. MissileView = x
  49. ZoomIn = F1
  50. ZoomOut = {LALT F1}
  51. ExternalView = F4
  52. RotateHortView = F2
  53. RotateVertView = F3
  54. TrackView = F6
  55. SatelliteView = F7
  56. NearestFriend = SFT F3
  57. NearestEnemy = SFT F4
  58. GroundTarget = SFT F8
  59.  
  60.  
  61.  
  62. ~
  63. ~╔═══════════════╗
  64. ~║FLIGHT CONTROLS║
  65. ~╚═══════════════╝
  66. AutoPilot = a
  67. AirBrakeOnOff = b
  68. FullLeftRudder = END
  69. FullRightRudder = PGDN
  70. LeftRudder = INS
  71. RightRudder = DEL
  72. ExternalFuel = e
  73. MinPower = , .
  74. MaxPower = . -
  75. Boost = / -
  76. DumpFuel = CTL e
  77.  
  78. ~╔════════════════╗
  79. ~║WEAPONS COMMANDS║
  80. ~╚════════════════╝
  81. FireGuns = SPC
  82. WeaponSelect = PGUP
  83. WeaponRipSelect = HOME
  84. ~
  85. ~
  86. ~
  87. ~
  88. ~╔══════════╗
  89. ~║NAVIGATION║
  90. ~╚══════════╝
  91. NextWaypoint = '
  92. PrevWaypoint = ;
  93. MapDisplay = m
  94. WaypointInfo = SFT ;
  95. ~╔═════════════╗
  96. ~║MISCELLANEOUS║
  97. ~╚═════════════╝
  98. Eject = CTL q
  99.